home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
Its Dark.Off
< prev
next >
Wrap
Text File
|
1998-07-28
|
365b
|
12 lines
--This script will block the group"All Outside Lights"
-- it is no longer dark, and we should not allow them
-- to be controlled by other scripts such as motion sensors.
if time of (current date) < 6 * hours then
write log "It's getting light early today"
else
write log "It's getting light outside"
turnoff "Outside Lights"
block unit "Outside Lights"
end if